UNPKG

310 BJavaScriptView Raw
1module.exports = {
2 "name": "WebAssembly Interface Type",
3 "type": "data",
4 "color": "#6250e7",
5 "extensions": [
6 ".wit"
7 ],
8 "aliases": [
9 "wit"
10 ],
11 "aceMode": "text",
12 "tmScope": "source.wit",
13 "codemirrorMode": "webidl",
14 "codemirrorMimeType": "text/x-webidl",
15 "languageId": 134534086
16}